home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / macros / distribs / theorem / readme.mz2 < prev    next >
Text File  |  1992-09-06  |  3KB  |  106 lines

  1.  
  2. This file is part of the theorem package.
  3. -----------------------------------------
  4.  
  5. \def\filedate{92/08/30}
  6.  
  7. Copyright (C) 1989-1992 by Frank Mittelbach.  All rights reserved.
  8.  
  9. IMPORTANT NOTICE:
  10.  
  11. You are not allowed to change this readme file.
  12.  
  13.  
  14. For distribution of unchanged and changed versions see readme.mz.
  15.   
  16.  
  17. You should get the following files:
  18.  
  19.  
  20. 1) Styles for the new theorem enviroment implementation:
  21.  
  22.   theorem.doc      Main style file with macros for the new theorem
  23.                    implementation.
  24.  
  25. 2) Sub styles for the theorem style option:
  26.  
  27.   thb.doc          `theorem-break' style. 
  28.   thc.doc          `theorem-change' style. 
  29.   thcb.doc         `theorem-change-break' style. 
  30.   thp.doc          `theorem-plain' style. 
  31.   thm.doc          `theorem-margin' style. 
  32.   thmb.doc         `theorem-margin-break' style. 
  33.  
  34. 3) Utility files:
  35.  
  36.   install.mz2      This is the installation script that will produce
  37.                    the executable files in this package and the driver
  38.            files for the documentation.
  39.   readme.mz        File that describes distribution restrictions and gives
  40.                    a short overview about other distributions from Mainz.
  41.   readme.mz2       This file.
  42.  
  43.  
  44. To produce the executable files please run install.mz2 through LaTeX or
  45. TeX, i.e., say
  46.  
  47.    latex install.mz2
  48.  
  49. or whatever is necessary to run process a file with LaTeX on your
  50. system.  This will generate all necessary files. If you already have
  51. older versions of the files, the script will ask whether or not you
  52. want to overwrite those versions. Note, that the script calls
  53. docstrip.tex internally which is distributed in the doc package (MZ0).
  54.  
  55. This script will produce the following files:
  56.  
  57.   theorem.sty    The theorem style option for LaTeX.
  58.   theorem.drv    The driver file for producing the documentation.
  59.  
  60.   thb.sty       Sub-styles used by theorem.sty to implement various
  61.   thc.sty       theorem layouts.
  62.   thcb.sty
  63.   thm.sty
  64.   thmb.sty
  65.   thp.sty
  66.  
  67.  
  68. To produce the documentation run the corresponding driver files
  69. through LaTeX.  You are allowed to change the driver files to get a
  70. special layout, etc.  To get an index and history listing run the idx
  71. and glo files through the program MAKEINDEX.  MAKEINDEX should be part
  72. of every LaTeX installation.
  73.  
  74. Please note that you need to specify a style file for MAKEINDEX:
  75.  
  76.    gind.ist   for the index file   (result should be named *.ind)
  77.    gglo.ist   for the history file (result should be named *.gls)
  78.  
  79. Sample invocation for Unix:
  80.  
  81.    makeindex -s gind.ist theorem
  82.    makeindex -s gglo.ist -o theorem.gls theorem.glo
  83.  
  84.  
  85. The \fileversion and \filedate lines below are generated so that you can
  86. easily check differences to your version by using diff etc. 
  87.  
  88.  
  89.         install.mz2:     \filedate{92/08/30}
  90.         readme.mz:       \filedate{92/07/07}
  91.         readme.mz2:      \filedate{92/08/30}
  92.         thb.doc:         \fileversion{v2.1b}
  93.         thb.doc:         \filedate{89/10/28}
  94.         thc.doc:         \fileversion{v1.1b}
  95.         thc.doc:         \filedate{89/10/28}
  96.         thcb.doc:        \fileversion{v2.1b}
  97.         thcb.doc:        \filedate{89/10/28}
  98.         theorem.doc:     \fileversion{v2.1c}
  99.         theorem.doc:     \filedate{92/06/22}
  100.         thm.doc:         \fileversion{v2.1b}
  101.         thm.doc:         \filedate{89/10/28}
  102.         thmb.doc:        \fileversion{v2.1c}
  103.         thmb.doc:        \filedate{90/02/17}
  104.         thp.doc:         \fileversion{v2.1b}
  105.         thp.doc:         \filedate{89/10/28}
  106.